home *** CD-ROM | disk | FTP | other *** search
- global gPictSprite
-
- on mouseDown
- if the timer < 60 then
- exit
- end if
- puppetSprite(gPictSprite, 1)
- hideShow(3, 48, 0, 3)
- moveSprites(5, 48, -1)
- printFrom(the frame, the frame, 75)
- moveSprites(5, 48, 1)
- hideShow(3, 48, 1, 4)
- puppetSprite(gPictSprite, 0)
- startTimer()
- end
-